home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group98a.txt / 000013_icon-group-sender _Thu Jan 22 10:29:22 1998.msg < prev    next >
Internet Message Format  |  2000-09-20  |  2KB

  1. Return-Path: <icon-group-sender>
  2. Received: from kingfisher.CS.Arizona.EDU (kingfisher.CS.Arizona.EDU [192.12.69.239])
  3.     by baskerville.CS.Arizona.EDU (8.8.7/8.8.7) with SMTP id KAA03816
  4.     for <icon-group-addresses@baskerville.CS.Arizona.EDU>; Thu, 22 Jan 1998 10:29:19 -0700 (MST)
  5. Received: by kingfisher.CS.Arizona.EDU (5.65v4.0/1.1.8.2/08Nov94-0446PM)
  6.     id AA32262; Thu, 22 Jan 1998 10:29:18 -0700
  7. From: Otfried Geffert <og@stardivision.de>
  8. Date: Thu, 22 Jan 1998 09:42:42 GMT
  9. Message-Id: <19980122.9424261@og-1042.stardiv.de>
  10. Subject: Re: Hebrew
  11. To: evans@gte.net (MJE)
  12. Cc: icon-group@optima.CS.Arizona.EDU
  13. In-Reply-To: <6a5ak8$1mr$1@gte2.gte.net>
  14. References: <6a5ak8$1mr$1@gte2.gte.net>
  15. X-Mailer: Mozilla/3.0 (compatible; StarOffice/4.0; WinNT/Win95)
  16. X-Priority: 3 (Normal)
  17. Mime-Version: 1.0
  18. Content-Type: text/plain; charset=ISO-8859-1
  19. Content-Transfer-Encoding: quoted-printable
  20. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  21. Status: RO
  22. Content-Length: 774
  23.  
  24. Hi Mark,
  25.  
  26. you can use newtext :=3D reverse("dragon")=20
  27. or
  28. work through a string from right to left
  29. with=20
  30.   d  r  a  g  o  n
  31. -6 -5 -4 -3 -2 -1 0 (indices)
  32.  
  33. and not (the normal way)
  34.  
  35.   d r a g o n
  36.  ^ ^ ^ ^ ^ ^ ^
  37.  1 2 3 4 5 6 7  (indices)
  38.  
  39. Otfried
  40.  
  41.  
  42. >>>>>>>>>>>>>>>>>> Urspr=FCngliche Nachricht <<<<<<<<<<<<<<<<<<
  43.  
  44. Am 1/21/98, 06:17:09 PM, schrieb evans@gte.net (MJE) zum Thema Hebrew:
  45.  
  46.  
  47. >=20
  48. > Hebrew is a right-to-left language.  Icon is oriented toward=20
  49. left-to-right
  50. > analysis, from all that I can tell.
  51. >=20
  52. > (1) Can Icon be reoriented to go right-to-left?
  53. >=20
  54. > (2) Failing that, are there any pitfalls in simply reversing the text =
  55.  
  56. of the
  57. > Hebrew, and running Icon left-to-right against the reversed text?
  58. >=20
  59. > Mark Evans
  60. > evans@gte.net
  61. >=20
  62. >=20
  63. >=20
  64.  
  65.  
  66.  
  67.